PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / PDFMatrix Constructor / PDFMatrix Constructor(double,double,double,double,double,double)
The element located at row 1, column 1.
The element located at row 1, column 2.
The element located at row 2, column 1.
The element located at row 2, column 2.
The X translation offset.
The Y translation offset.
In This Topic
    PDFMatrix Constructor(double,double,double,double,double,double)
    In This Topic
    Initializes a new PDFMatrix object.
    Syntax
    public PDFMatrix( 
       double m11,
       double m12,
       double m21,
       double m22,
       double tx,
       double ty
    )

    Parameters

    m11
    The element located at row 1, column 1.
    m12
    The element located at row 1, column 2.
    m21
    The element located at row 2, column 1.
    m22
    The element located at row 2, column 2.
    tx
    The X translation offset.
    ty
    The Y translation offset.
    See Also